ComponentOne ASP.NET MVC Controls
PlotAreaIndex Property

C1.Web.Mvc Namespace > ChartAxis<T> Class : PlotAreaIndex Property
Gets or sets the plot area for the axis.
Syntax
'Declaration
 
<JsonAttribute(Order=-1, 
   SkipIfDefault=, 
   PropertyName="_plotAreaIndex", 
   Name="_plotAreaIndex")>
Public Property PlotAreaIndex As Nullable(Of Integer)
[Json(Order=-1, 
   SkipIfDefault=, 
   PropertyName="_plotAreaIndex", 
   Name="_plotAreaIndex")]
public Nullable<int> PlotAreaIndex {get; set;}
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members